home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / news / inn1.000 / inn1.4sec-linux-src.tar / inn / samples / control.ctl < prev    next >
Text File  |  1993-01-29  |  3KB  |  102 lines

  1. ##  $Revision: 1.4 $
  2. ##  control.ctl - access control for control messages
  3. ##  Format:
  4. ##    <message>:<from>:<newsgroups>:<action>
  5. ##  The last match found is used.
  6. ##    <message>    Control message or "all" if it applies
  7. ##            to all control messages.
  8. ##    <from>        Pattern that must match the From line.
  9. ##    <newsgroups>    Pattern that must match the newsgroup being
  10. ##            newgroup'd or rmgroup'd (ignored for other messages).
  11. ##    <action>    What to do:
  12. ##                doit    Perform action (usually sends mail too)
  13. ##                doifarg    Do if command has an arg (see sendsys)
  14. ##                doit=xxx    Do action; log to xxx (see below)
  15. ##                drop    Ignore message
  16. ##                log        One line to error log
  17. ##                log=xxx    Log to xxx (see below)
  18. ##                mail    Send mail to admin
  19. ##            xxx=mail to mail; xxx= (empty) to toss; xxx=/full/path
  20. ##            to log to /full/path; xxx=foo to log to ${LOG}/foo.log
  21.  
  22. ##    DEFAULT
  23. all:*:*:mail
  24.  
  25. ##    CHECKGROUPS MESSAGES
  26. checkgroups:*:*:mail
  27.  
  28. ##    IHAVE/SENDME MESSAGES
  29. ihave:*:*:drop
  30. sendme:*:*:drop
  31.  
  32. ##    NEWGROUP MESSAGES
  33. ##  Any newsgroups
  34. newgroup:*:*:log=newgroup
  35. newgroup:tale@*.uu.net:comp.*|misc.*|news.*|rec.*|sci.*|soc.*|talk.*:doit=newgroup
  36. newgroup:fair@apple.com:comp.*|misc.*|news.*|rec.*|sci.*|soc.*|talk.*|ddn.*:mail
  37. ##  Australia newsgroups
  38. newgroup:kre@*mu*au:aus.*|melb.*:mail
  39. ##  BITNET newsgroups
  40. newgroup:jim@*american.edu:bit.*:mail
  41. ##  BIONET newsgroups
  42. newgroup:shibumi@*.bio.net:bionet.*:mail
  43. newgroup:kristoff@genbank.bio.net:bionet.*:mail
  44. ##  CLARINET newsgroups
  45. newgroup:brad@clarinet.com:clari.*:mail
  46. newgroup:grant@clarinet.com:clari.*:mail
  47. ##  GNU newsgroups
  48. newgroup:usenet@*ohio-state.edu:gnu.*:mail
  49. newgroup:tower@prep.ai.mit.edu:gnu.*:mail
  50. newgroup:news@ai.mit.edu:gnu.*:mail
  51. newgroup:karl.kleinpaste@osc.edu:gnu.*:mail
  52. ##  K12 newsgroups
  53. newgroup:nerd@percival.rain.com:k12.*:mail
  54. ##  IEEE newsgroups
  55. newgroup:burt@ieee.org:ieee.*:mail
  56. ##  VMSNET newsgroups
  57. newgroup:tp@mccall.com:vmsnet.*:mail
  58. ##  ALT newsgroups
  59. newgroup:*:alt.*:log=newgroup
  60.  
  61. ##    RMGROUP MESSAGES
  62. ##  Any newsgroups
  63. rmgroup:*:*:mail
  64. rmgroup:tale@*.uu.net:comp.*|misc.*|news.*|rec.*|sci.*|soc.*|talk.*:doit=rmgroup
  65. rmgroup:kre@*mu*au:comp.*|misc.*|news.*|rec.*|sci.*|soc.*|talk.*:mail
  66. rmgroup:fair@apple.com:comp.*|misc.*|news.*|rec.*|sci.*|soc.*|talk.*|ddn.*:mail
  67. ##  Australia newsgroups
  68. rmgroup:kre@*mu*au:aus.*|melb.*:mail
  69. ##  BITNET newsgroups
  70. rmgroup:jim@*american.edu:bit.*:mail
  71. ##  BIONET newsgroups
  72. rmgroup:shibumi@*.bio.net:bionet.*:mail
  73. rmgroup:kristoff@genbank.bio.net:bionet.*:mail
  74. ##  CLARINET newsgroups
  75. rmgroup:brad@clarinet.com:clari.*:mail
  76. rmgroup:grant@clarinet.com:clari.*:mail
  77. ##  GNU newsgroups
  78. rmgroup:usenet@*ohio-state.edu:gnu.*:mail
  79. rmgroup:tower@prep.ai.mit.edu:gnu.*:mail
  80. rmgroup:news@ai.mit.edu:gnu.*:mail
  81. rmgroup:karl.kleinpaste@osc.edu:gnu.*:mail
  82. ##  K12 newsgroups
  83. rmgroup:nerd@percival.rain.com:k12.*:mail
  84. ##  IEEE newsgroups
  85. rmgroup:burt@ieee.org:ieee.*:mail
  86. ##  VMSNET newsgroups
  87. rmgroup:tp@mccall.com:vmsnet.*:mail
  88. ##  ALT newsgroups
  89. rmgroup:*:alt.*:log=rmgroup
  90.  
  91. ##    SENDSYS
  92. sendsys:*@uunet.uu.net:*:doit=miscctl
  93. sendsys:*:*:doifarg
  94.  
  95. ##    SENDUUNAME
  96. senduuname:*@uunet.uu.net:*:doit=miscctl
  97. senduuname:*:*:mail
  98.  
  99. ##    VERSION
  100. version:*@uunet.uu.net:*:doit=miscctl
  101. version:*:*:mail
  102.